home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / Reference / DevCon / Milan_1991 / Devcon91.1 / Libraries / Intuition / other_examples / PubSc / pubsc.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-09-01  |  455 b   |  15 lines

  1. /* ps.h -- public screen demo    */
  2.  
  3. /*
  4. Copyright (c) 1989 Commodore-Amiga, Inc.
  5.  
  6. Executables based on this information may be used in software
  7. for Commodore Amiga computers. All other rights reserved.
  8. This information is provided "as is"; no warranties are made.
  9. All use is at your own risk, and no liability or responsibility
  10. is assumed.
  11. */
  12.  
  13. enum commandid { c_close, c_default, c_open, c_jump, c_number };
  14. enum    buttonid { b_autopop, b_hijack, b_number };
  15.